github.com/gotd/td/internal/exchange.ClientExchange.rand (field)

9 uses

	github.com/gotd/td/internal/exchange (current package)
		client.go#L14: 	rand io.Reader
		client_flow.go#L20: 	nonce, err := crypto.RandInt128(c.rand)
		client_flow.go#L72: 	p, q, err := crypto.DecomposePQ(pq, c.rand)
		client_flow.go#L84: 	newNonce, err := crypto.RandInt256(c.rand)
		client_flow.go#L105: 	data, err := crypto.RSAPad(b.Buf, selectedPubKey.RSA, c.rand)
		client_flow.go#L179: 		bParam, err := rand.Int(c.rand, randMax)
		client_flow.go#L202: 		clientEncrypted, err := crypto.EncryptExchangeAnswer(c.rand, b.Buf, key, iv)
		client_flow.go#L256: 			sessionID, err := crypto.NewSessionID(c.rand)
		flow.go#L85: 		rand: e.rand,